Service-Route
An example of the header is shown below:
Service-Route: <sip:P2.HOME.EXAMPLE.COM;lr>, <sip:HSP.HOME.EXAMPLE.COM;lr>
The header properties are shown in the following table:
Header Level Action |
Add |
Delete |
Modify |
List Entries |
---|---|---|---|---|
Operations Supported |
Yes |
Yes |
Yes |
7 |
Keyword |
Sub Types |
Attributes |
---|---|---|
ServiceRoute |
String |
Read/Write |
Below are header manipulation examples:
Example 1 |
Rule: |
Add two Service-Route headers:
and
|
||||||||||||||||||||||||
Result: |
Service-Route:<P2.HOME.EXAMPLE.COM;lr> |
|||||||||||||||||||||||||
Example 2 |
Rule: |
Modify the Service-Route header in list entry 1:
|
||||||||||||||||||||||||
Result: |
Service-Route: sip:itsp.com;lr |
|||||||||||||||||||||||||
Example 3 |
Rule: |
Modify the Service-Route header in list entry 0:
|
||||||||||||||||||||||||
Result: |
Service-Route: sip:home.itsp.com;lr |